Properties  Methods  Events


SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : XyzDataPointViewModel<TX,TY,TZ> Class
XyzDataPointViewModel<TX,TY,TZ> Class Members

The following tables list the members exposed by XyzDataPointViewModel<TX,TY,TZ>.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the XyzDataPointViewModel<TX,TY,TZ> class.  
Top
Public Properties
 NameDescription
Public Property Gets or sets the index to the data  
Public PropertyGets or sets the PointMetadata3D  
Public Property Gets or sets the x value  
Public Property Gets or sets the y value  
Public Property Gets or sets the z value  
Top
Protected Methods
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
Public Events
 NameDescription
Public Event Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject)
Top
See Also